binaryninjacore_sys

Function BNGetLargeChoiceInput

source
pub unsafe extern "C" fn BNGetLargeChoiceInput(
    result: *mut usize,
    prompt: *const c_char,
    title: *const c_char,
    choices: *mut *const c_char,
    count: usize,
) -> bool