pub unsafe extern "C" fn dr_get_client_base(
client_id: client_id_t,
) -> *mut byteExpand description
Returns the base address of the client library. \p client_id is the client ID passed to a client’s dr_client_main() function.
pub unsafe extern "C" fn dr_get_client_base(
client_id: client_id_t,
) -> *mut byteReturns the base address of the client library. \p client_id is the client ID passed to a client’s dr_client_main() function.